@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body{
   font-family: 'Montserrat', sans-serif !important;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
-webkit-text-size-adjust: 100%;
}

.sec-m{
  padding-top: 2em;
}
/* membership  */
.header{
    /* padding: 1em 0em; */
    background: #f8f9fa;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.header .navlist ul {
    list-style: none;
    flex-direction: row;
    margin: auto;
    display: flex;
    gap: 1em;
    justify-content: end;
}
.header .navlist ul li a{
  text-decoration: none !important;
}
.header .navlink{
 margin: auto 0px;
}

.navlink .navlist .nav-list-btn{
    border: 1px solid #C1181D;
padding:7px;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.navlink .navlist .nav-list-btn a{
    color: #C1181D;
    text-decoration: none;
}
 .payment-instruction-btn .pay-membership-fees-bg{
   background-image: url("../assets/images/membership/home.png");
   height: 100%;
   width: 100%;
   background-size: cover;
   padding: 14em;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
border-radius: 1.5em;
margin: auto;
 }
 .payment-instruction-btn .pay-membership-fees-btn{
    display: flex;
    flex-direction: column;
    margin: auto;
    position: relative;
right: 14em;

 }
 .payment-instruction-btn .pay-membership-fees-btn .heading{
   color: #2C3093;
font-weight: 900;
 }
 .payment-instruction-btn .pay-membership-fees-btn .heading h2{
   font-weight: 900;
 }
 
 .payment-instruction-btn .pay-membership-fees-btn .pay-btn{
    margin-top: 2em;
 }

 .payment-instruction-btn .pay-membership-fees-btn .pay-btn a{
   padding: 1em;
   border-radius: 2em;
 
     background-color: rgb(255, 255, 255);
   background-color: #c1181d !important;
   border-color: #c1181d !important;
   color: #ffffff !important;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
 }

 /* btns  */
 .two-btns {
  display: flex;
  gap: 1em;
  justify-content: center;
  width: 44% !important;
}
    .two-btns .back:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}
.two-btns .back {
  background-color: #222;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 10px 25px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.two-btns .next:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}
.two-btns .next {
  background-color: #13aa52;
  border: 1px solid #13aa52;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 10px 25px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.bg-white{
  color: #2C3093;
}

    .documents .bg{
        
      height: 100%;
        margin: 0;
        display: flex;
justify-content: center;
align-items: center;
color: #000;
flex-direction: column;
box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
border-radius: 12px;

    }
    .action-btns{
        margin: auto;
display: flex;
gap: 2em;

    }
    .documents .bg a{
      text-align: center;
      padding: 10px;
   
    }
    .documents .bg h4{
      color: #fff;
      background-color: #2C3093;
      padding: 0.3em 2.5em;
border-radius: 12px 12px 0px 0px;
display: flex;
justify-content: center;
align-items: center;
    }
    .documents .bg p{
      color: #000;
      font-size: 1.2em;
      margin-top: 15px;
      padding: 10px;
    }
    .documents .bg  span{
      color: #C1181D;
font-size: 15px;
text-align: center;
margin: auto;
padding: 10px;
font-weight: bold;
    }
 

.red{
  color: #C1181D !important;
}

/* forms  */
.form-heading{
  text-align: center;
margin-bottom: 1.5em;
font-weight: bold;
color: #2D358F;
}


.small-header{
  width: 100%;
  background-color: #2c3093;
  display: flex
}
.small-header ul li a{
  color: #fff !important;
  font-size: 1rem;
}
.small-header .navbar-nav-container{
  display: flex;
  justify-content: space-between !important;
 
} 

.small-header .user-name p{
  margin: 0;
  color: #fff;
}